IDEA 编译错误:java: try-with-resources is not supported in -source 1.6 (use -source 7 or higher to enabl
错误描述 在用IDEA编译别人的项目的时候遇到下面的错误: 按词面理解是编译器抱怨说 source 1.6 不支持 try-with-resources 特性, 需要启用该特性要设置 ...